funstruct 0.1.1__tar.gz → 0.1.2__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.
@@ -1,9 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: funstruct
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: fun & functional structures
5
+ Home-page: https://github.com/veyga/funstruct
5
6
  License: MIT
6
- Keywords: functional,immutable,fp
7
+ Keywords: functional,immutable,fp,data structures,cons
7
8
  Author: Andrew Stefanich
8
9
  Author-email: andrewstefanich@gmail.com
9
10
  Requires-Python: >=3.12,<4.0
@@ -12,6 +13,7 @@ Classifier: Programming Language :: Python :: 3
12
13
  Classifier: Programming Language :: Python :: 3.12
13
14
  Requires-Dist: pytest-parametrization (>=2022.2.1,<2023.0.0)
14
15
  Requires-Dist: returns (>=0.23.0,<0.24.0)
16
+ Project-URL: Repository, https://github.com/veyga/funstruct
15
17
  Description-Content-Type: text/markdown
16
18
 
17
19
  # funstruct
@@ -1,11 +1,13 @@
1
1
  [tool.poetry]
2
2
  name = "funstruct"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "fun & functional structures"
5
5
  authors = ["Andrew Stefanich <andrewstefanich@gmail.com>"]
6
6
  license = "MIT"
7
7
  readme = "README.md"
8
- keywords = ["functional", "immutable", "fp"]
8
+ homepage = "https://github.com/veyga/funstruct"
9
+ repository = "https://github.com/veyga/funstruct"
10
+ keywords = ["functional", "immutable", "fp", "data structures", "cons"]
9
11
 
10
12
  [tool.poetry.dependencies]
11
13
  python = "^3.12"
@@ -18,6 +20,7 @@ pytest = "^8.3.2"
18
20
  debugpy = "^1.8.2"
19
21
  black = "^24.4.2"
20
22
  pre-commit = "^3.7.1"
23
+ sphinx = "^7.4.7"
21
24
 
22
25
  [build-system]
23
26
  requires = ["poetry-core"]
File without changes
File without changes
File without changes