Skip to content

Commit f06dbc2

Browse files
committed
Change tests, add series, derivatives and funcs
1 parent 331de4c commit f06dbc2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+174
-819
lines changed

.vscode/launch.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

build/lib/eggdriver/pypi.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
py -m twine check dist/*
1313
py -m twine upload dist/*
1414
"""
15-
16-
17-
1815
def build(autoVersion = True, baseVersion = defaultVersion):
1916
"""Build and upload a pypi package release"""
2017
installFromRequests(["setuptools", "twine", "build"], False)

build/lib/eggdriver/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ver = "0.0.1a10"
1+
ver = "0.0.1b1"
22

33
"""Simply the current installed eggdriver version. The version information is
44
stored in the regular eggdriver module as eggdriver.ver'. Keeping the version
33.5 KB
Binary file not shown.

dist/eggdriver-0.0.1b1.tar.gz

25 KB
Binary file not shown.

eggdriver.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: eggdriver
3-
Version: 0.0.1a10
3+
Version: 0.0.1b1
44
Summary: Your proyect trusted driver.
55
Home-page: https://github.com/PythonForChange/eggdriver
66
Author: Emmanuel Norambuena

eggdriver.egg-info/SOURCES.txt

Lines changed: 0 additions & 713 deletions
Large diffs are not rendered by default.

eggdriver.egg-info/requires.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Colr
55
opencv-contrib-python
66
mediapipe
77
pipwin
8-
easyinstall
98

109
[bs4]
1110
bs4

0 commit comments

Comments
 (0)