Skip to content

Commit 08edaa0

Browse files
committed
ready for public PyPI release
Signed-off-by: Amith <amitharun3@gmail.com>
1 parent f64a035 commit 08edaa0

File tree

7 files changed

+74
-52
lines changed

7 files changed

+74
-52
lines changed

README.md

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
![GitHub](https://img.shields.io/github/license/Amith225/NPerlinNoise)
2+
![PyPI](https://img.shields.io/pypi/v/NPerlinNoise)
3+
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Amith225/NPerlinNoise)
4+
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Amith225/NPerlinNoise?include_prereleases)
5+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NPerlinNoise)
6+
![PyPI - Wheel](https://img.shields.io/pypi/wheel/NPerlinNoise)
7+
18
# N Perlin Noise
29

310
### A robust open source implementation of Perlin Noise Algorithm for N-Dimensions in Python.
@@ -11,34 +18,36 @@
1118

1219
**Details**:
1320
- **Technology stack**:
14-
> **Status**: **`v0.1.2-alpha9`** Packaging Trails<br>
21+
> **Status**: **`v0.1.3-alpha`** Ready for public PyPI release<br>
1522
> **All Packages**: [releases](https://github.com/Amith225/NPerlinNoise/releases)<br>
16-
> **PyPI**: [v0.1.2a10](https://test.pypi.org/project/NPerlinNoise/0.1.2a10/)<br>
23+
> **PyPI**: [v0.1.3a0](https://pypi.org/project/NPerlinNoise/0.1.3a0/)<br>
1724
> [CHANGELOG](docs/CHANGELOG.md)<br>
1825
1926
**Screenshots**:
20-
- raw
21-
- ![raw](snaps/raw.png)
22-
- wood
23-
- ![wood](snaps/wood.png)
24-
- hot nebula
25-
- ![hot nebula](snaps/hot_nebula.png)
26-
- island
27-
- ![island](snaps/island.png)
28-
- land
29-
- ![land](snaps/land.png)
30-
- marble fractal
31-
- ![marble fractal](snaps/marble_fractal.png)
32-
- patch
33-
- ![patch](snaps/patch.png)
34-
- ply1
35-
- ![ply1](snaps/ply1.png)
36-
- ply2
37-
- ![ply2](snaps/ply2.png)
38-
- stripes
39-
- ![stripes](snaps/stripes.png)
40-
- warp
41-
- ![warp](snaps/warp.png)
27+
- raw<br>
28+
![raw](snaps/raw.png)
29+
- wood<br>
30+
![wood](snaps/wood.png)
31+
- hot nebula<br>
32+
![hot nebula](snaps/hot_nebula.png)
33+
- island<br>
34+
![island](snaps/island.png)
35+
- land<br>
36+
![land](snaps/land.png)
37+
- marble fractal<br>
38+
![marble fractal](snaps/marble_fractal.png)
39+
- patch<br>
40+
![patch](snaps/patch.png)
41+
- color patch<br>
42+
![color patch](snaps/color_patch.png)
43+
- ply1<br>
44+
![ply1](snaps/ply1.png)
45+
- ply2<br>
46+
![ply2](snaps/ply2.png)
47+
- stripes<br>
48+
![stripes](snaps/stripes.png)
49+
- warp<br>
50+
![warp](snaps/warp.png)
4251

4352
---
4453

README_pypi.md

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
![GitHub](https://img.shields.io/github/license/Amith225/NPerlinNoise)
2+
![PyPI](https://img.shields.io/pypi/v/NPerlinNoise)
3+
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Amith225/NPerlinNoise)
4+
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Amith225/NPerlinNoise?include_prereleases)
5+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NPerlinNoise)
6+
![PyPI - Wheel](https://img.shields.io/pypi/wheel/NPerlinNoise)
7+
18
# N Perlin Noise
29

310
### A robust open source implementation of Perlin Noise Algorithm for N-Dimensions in Python.
@@ -11,34 +18,36 @@
1118

1219
**Details**:
1320
- **Technology stack**:
14-
> **Status**: **`v0.1.2-alpha9`** Packaging Trails<br>
21+
> **Status**: **`v0.1.3-alpha`** Ready for public PyPI release<br>
1522
> **All Packages**: [releases](https://github.com/Amith225/NPerlinNoise/releases)<br>
16-
> **PyPI**: [](https://github.com/Amith225/NPerlinNoise/blob/master/)<br>
23+
> **PyPI**: [v0.1.3a0](https://pypi.org/project/NPerlinNoise/0.1.3a0/)<br>
1724
> [CHANGELOG](https://github.com/Amith225/NPerlinNoise/blob/master/docs/CHANGELOG.md)<br>
1825
1926
**Screenshots**:
20-
- raw
21-
- ![raw](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/raw.png)
22-
- wood
23-
- ![wood](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/wood.png)
24-
- hot nebula
25-
- ![hot nebula](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/hot_nebula.png)
26-
- island
27-
- ![island](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/island.png)
28-
- land
29-
- ![land](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/land.png)
30-
- marble fractal
31-
- ![marble fractal](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/marble_fractal.png)
32-
- patch
33-
- ![patch](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/patch.png)
34-
- ply1
35-
- ![ply1](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/ply1.png)
36-
- ply2
37-
- ![ply2](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/ply2.png)
38-
- stripes
39-
- ![stripes](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/stripes.png)
40-
- warp
41-
- ![warp](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/warp.png)
27+
- raw<br>
28+
![raw](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/raw.png)
29+
- wood<br>
30+
![wood](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/wood.png)
31+
- hot nebula<br>
32+
![hot nebula](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/hot_nebula.png)
33+
- island<br>
34+
![island](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/island.png)
35+
- land<br>
36+
![land](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/land.png)
37+
- marble fractal<br>
38+
![marble fractal](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/marble_fractal.png)
39+
- patch<br>
40+
![patch](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/patch.png)
41+
- color patch<br>
42+
![color patch](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/color_patch.png)
43+
- ply1<br>
44+
![ply1](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/ply1.png)
45+
- ply2<br>
46+
![ply2](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/ply2.png)
47+
- stripes<br>
48+
![stripes](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/stripes.png)
49+
- warp<br>
50+
![warp](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/warp.png)
4251

4352
---
4453

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@
88

99
## v0.1.2-alpha[x]:
1010
- packaging trails
11+
12+
## v0.1.3-alpha:
13+
- ready for public PyPI release
14+
- wheels supported now

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "NPerlinNoise"
9-
version = "0.1.2-alpha10"
9+
version = "0.1.3-alpha"
1010
description = "A robust open source implementation of Perlin Noise Algorithm for N-Dimensions"
1111
readme = "README_pypi.md"
1212
authors = [{ name = "Amith225", email = "amitharun3@gmail.com" }]

src/NPerlinNoise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
'Warp', 'Gradient', 'LinearColorGradient',
88
'perlinGenerator', 'applyGrads', 'meshgrid']
99

10-
__version__ = "0.1.2@alpha"
10+
__version__ = "0.1.3-alpha"

tests/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# todo: versions auto
1+
# todo: versions auto [in package.json, __init__.py, pyproject.toml, README.md]
22
# todo: usage and main.py
33
# todo: PyPI link in README.md
44

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perlin-noise",
3-
"version": "0.1.2-alpha",
3+
"version": "0.1.3-alpha",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.16.5",

0 commit comments

Comments
 (0)