Skip to content

Commit 6fd2b38

Browse files
committed
adding Pipfile
1 parent 2ed5a68 commit 6fd2b38

File tree

3 files changed

+149
-0
lines changed

3 files changed

+149
-0
lines changed

Pipfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[pipenv]
2+
allow_prereleases = false
3+
4+
[[source]]
5+
url = "https://pypi.org/simple"
6+
verify_ssl = true
7+
name = "pypi"
8+
9+
[packages]
10+
pybind11 = "*"
11+
12+
[dev-packages]
13+
pylama = "*"
14+
pytest = "*"
15+
16+
[requires]
17+
python_version = "3.6"

Pipfile.lock

Lines changed: 129 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ python_example
33

44
An example project built with [pybind11](https://github.com/pybind/pybind11).
55

6+
DC: I am extending this with additional examples to explore specific data types
7+
that I need to manage in another project.
8+
69
Installation
710
------------
811

0 commit comments

Comments
 (0)