inpython-package 1.0.2__tar.gz → 1.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {inpython-package-1.0.2 → inpython-package-1.0.3}/PKG-INFO +5 -9
- {inpython-package-1.0.2 → inpython-package-1.0.3}/README.md +4 -8
- {inpython-package-1.0.2 → inpython-package-1.0.3}/inpython_package.egg-info/PKG-INFO +5 -9
- {inpython-package-1.0.2 → inpython-package-1.0.3}/setup.py +1 -1
- {inpython-package-1.0.2 → inpython-package-1.0.3}/LICENSE.txt +0 -0
- {inpython-package-1.0.2 → inpython-package-1.0.3}/inpython/__init__.py +0 -0
- {inpython-package-1.0.2 → inpython-package-1.0.3}/inpython/__main__.py +0 -0
- {inpython-package-1.0.2 → inpython-package-1.0.3}/inpython/ingraph/__init__.py +0 -0
- {inpython-package-1.0.2 → inpython-package-1.0.3}/inpython/ingraph/ingraph.py +0 -0
- {inpython-package-1.0.2 → inpython-package-1.0.3}/inpython_package.egg-info/SOURCES.txt +0 -0
- {inpython-package-1.0.2 → inpython-package-1.0.3}/inpython_package.egg-info/dependency_links.txt +0 -0
- {inpython-package-1.0.2 → inpython-package-1.0.3}/inpython_package.egg-info/requires.txt +0 -0
- {inpython-package-1.0.2 → inpython-package-1.0.3}/inpython_package.egg-info/top_level.txt +0 -0
- {inpython-package-1.0.2 → inpython-package-1.0.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: inpython-package
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: # Infodata's IN-Tools U2Python Package
|
|
5
5
|
Home-page: https://bitbucket.org/infodata-dev/inpython
|
|
6
6
|
Author: infodata
|
|
@@ -12,13 +12,10 @@ License-File: LICENSE.txt
|
|
|
12
12
|
|
|
13
13
|
# README #
|
|
14
14
|
|
|
15
|
-
ce projet 'inpython' rassemble tous les packages et modules python exploités par Integrix .
|
|
16
|
-
|
|
17
|
-
### What is this repository for? ###
|
|
18
|
-
|
|
19
|
-
* Define python packages
|
|
20
|
-
* 1.0.0
|
|
15
|
+
ce projet 'inpython-package' rassemble tous les packages et modules python exploités par Integrix .
|
|
21
16
|
|
|
17
|
+
# inpython.ingarph
|
|
18
|
+
package pour la gestion avec MS-Graph.
|
|
22
19
|
|
|
23
20
|
### How do I get set up? ###
|
|
24
21
|
|
|
@@ -33,7 +30,6 @@ exit()
|
|
|
33
30
|
```
|
|
34
31
|
|
|
35
32
|
### Install inPackages into U2python
|
|
36
|
-
|
|
37
|
-
`pip install /path/to/mypypackage/`
|
|
33
|
+
`pip install inpython-package`
|
|
38
34
|
|
|
39
35
|
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
# README #
|
|
2
2
|
|
|
3
|
-
ce projet 'inpython' rassemble tous les packages et modules python exploités par Integrix .
|
|
4
|
-
|
|
5
|
-
### What is this repository for? ###
|
|
6
|
-
|
|
7
|
-
* Define python packages
|
|
8
|
-
* 1.0.0
|
|
3
|
+
ce projet 'inpython-package' rassemble tous les packages et modules python exploités par Integrix .
|
|
9
4
|
|
|
5
|
+
# inpython.ingarph
|
|
6
|
+
package pour la gestion avec MS-Graph.
|
|
10
7
|
|
|
11
8
|
### How do I get set up? ###
|
|
12
9
|
|
|
@@ -21,7 +18,6 @@ exit()
|
|
|
21
18
|
```
|
|
22
19
|
|
|
23
20
|
### Install inPackages into U2python
|
|
24
|
-
|
|
25
|
-
`pip install /path/to/mypypackage/`
|
|
21
|
+
`pip install inpython-package`
|
|
26
22
|
|
|
27
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: inpython-package
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: # Infodata's IN-Tools U2Python Package
|
|
5
5
|
Home-page: https://bitbucket.org/infodata-dev/inpython
|
|
6
6
|
Author: infodata
|
|
@@ -12,13 +12,10 @@ License-File: LICENSE.txt
|
|
|
12
12
|
|
|
13
13
|
# README #
|
|
14
14
|
|
|
15
|
-
ce projet 'inpython' rassemble tous les packages et modules python exploités par Integrix .
|
|
16
|
-
|
|
17
|
-
### What is this repository for? ###
|
|
18
|
-
|
|
19
|
-
* Define python packages
|
|
20
|
-
* 1.0.0
|
|
15
|
+
ce projet 'inpython-package' rassemble tous les packages et modules python exploités par Integrix .
|
|
21
16
|
|
|
17
|
+
# inpython.ingarph
|
|
18
|
+
package pour la gestion avec MS-Graph.
|
|
22
19
|
|
|
23
20
|
### How do I get set up? ###
|
|
24
21
|
|
|
@@ -33,7 +30,6 @@ exit()
|
|
|
33
30
|
```
|
|
34
31
|
|
|
35
32
|
### Install inPackages into U2python
|
|
36
|
-
|
|
37
|
-
`pip install /path/to/mypypackage/`
|
|
33
|
+
`pip install inpython-package`
|
|
38
34
|
|
|
39
35
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{inpython-package-1.0.2 → inpython-package-1.0.3}/inpython_package.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|