Skip to content

Commit

Permalink
ready for public PyPI release
Browse files Browse the repository at this point in the history
Signed-off-by: Amith <[email protected]>
  • Loading branch information
amithm3 committed Oct 15, 2022
1 parent f64a035 commit 08edaa0
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 52 deletions.
57 changes: 33 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
![GitHub](https://img.shields.io/github/license/Amith225/NPerlinNoise)
![PyPI](https://img.shields.io/pypi/v/NPerlinNoise)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Amith225/NPerlinNoise)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Amith225/NPerlinNoise?include_prereleases)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NPerlinNoise)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/NPerlinNoise)

# N Perlin Noise

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

**Details**:
- **Technology stack**:
> **Status**: **`v0.1.2-alpha9`** Packaging Trails<br>
> **Status**: **`v0.1.3-alpha`** Ready for public PyPI release<br>
> **All Packages**: [releases](https://github.com/Amith225/NPerlinNoise/releases)<br>
> **PyPI**: [v0.1.2a10](https://test.pypi.org/project/NPerlinNoise/0.1.2a10/)<br>
> **PyPI**: [v0.1.3a0](https://pypi.org/project/NPerlinNoise/0.1.3a0/)<br>
> [CHANGELOG](docs/CHANGELOG.md)<br>
**Screenshots**:
- raw
- ![raw](snaps/raw.png)
- wood
- ![wood](snaps/wood.png)
- hot nebula
- ![hot nebula](snaps/hot_nebula.png)
- island
- ![island](snaps/island.png)
- land
- ![land](snaps/land.png)
- marble fractal
- ![marble fractal](snaps/marble_fractal.png)
- patch
- ![patch](snaps/patch.png)
- ply1
- ![ply1](snaps/ply1.png)
- ply2
- ![ply2](snaps/ply2.png)
- stripes
- ![stripes](snaps/stripes.png)
- warp
- ![warp](snaps/warp.png)
- raw<br>
![raw](snaps/raw.png)
- wood<br>
![wood](snaps/wood.png)
- hot nebula<br>
![hot nebula](snaps/hot_nebula.png)
- island<br>
![island](snaps/island.png)
- land<br>
![land](snaps/land.png)
- marble fractal<br>
![marble fractal](snaps/marble_fractal.png)
- patch<br>
![patch](snaps/patch.png)
- color patch<br>
![color patch](snaps/color_patch.png)
- ply1<br>
![ply1](snaps/ply1.png)
- ply2<br>
![ply2](snaps/ply2.png)
- stripes<br>
![stripes](snaps/stripes.png)
- warp<br>
![warp](snaps/warp.png)

---

Expand Down
57 changes: 33 additions & 24 deletions README_pypi.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
![GitHub](https://img.shields.io/github/license/Amith225/NPerlinNoise)
![PyPI](https://img.shields.io/pypi/v/NPerlinNoise)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Amith225/NPerlinNoise)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Amith225/NPerlinNoise?include_prereleases)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NPerlinNoise)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/NPerlinNoise)

# N Perlin Noise

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

**Details**:
- **Technology stack**:
> **Status**: **`v0.1.2-alpha9`** Packaging Trails<br>
> **Status**: **`v0.1.3-alpha`** Ready for public PyPI release<br>
> **All Packages**: [releases](https://github.com/Amith225/NPerlinNoise/releases)<br>
> **PyPI**: [](https://github.com/Amith225/NPerlinNoise/blob/master/)<br>
> **PyPI**: [v0.1.3a0](https://pypi.org/project/NPerlinNoise/0.1.3a0/)<br>
> [CHANGELOG](https://github.com/Amith225/NPerlinNoise/blob/master/docs/CHANGELOG.md)<br>
**Screenshots**:
- raw
- ![raw](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/raw.png)
- wood
- ![wood](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/wood.png)
- hot nebula
- ![hot nebula](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/hot_nebula.png)
- island
- ![island](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/island.png)
- land
- ![land](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/land.png)
- marble fractal
- ![marble fractal](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/marble_fractal.png)
- patch
- ![patch](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/patch.png)
- ply1
- ![ply1](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/ply1.png)
- ply2
- ![ply2](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/ply2.png)
- stripes
- ![stripes](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/stripes.png)
- warp
- ![warp](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/warp.png)
- raw<br>
![raw](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/raw.png)
- wood<br>
![wood](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/wood.png)
- hot nebula<br>
![hot nebula](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/hot_nebula.png)
- island<br>
![island](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/island.png)
- land<br>
![land](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/land.png)
- marble fractal<br>
![marble fractal](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/marble_fractal.png)
- patch<br>
![patch](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/patch.png)
- color patch<br>
![color patch](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/color_patch.png)
- ply1<br>
![ply1](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/ply1.png)
- ply2<br>
![ply2](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/ply2.png)
- stripes<br>
![stripes](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/stripes.png)
- warp<br>
![warp](https://raw.github.com/Amith225/NPerlinNoise/master/snaps/warp.png)

---

Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@

## v0.1.2-alpha[x]:
- packaging trails

## v0.1.3-alpha:
- ready for public PyPI release
- wheels supported now
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "NPerlinNoise"
version = "0.1.2-alpha10"
version = "0.1.3-alpha"
description = "A robust open source implementation of Perlin Noise Algorithm for N-Dimensions"
readme = "README_pypi.md"
authors = [{ name = "Amith225", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion src/NPerlinNoise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
'Warp', 'Gradient', 'LinearColorGradient',
'perlinGenerator', 'applyGrads', 'meshgrid']

__version__ = "0.1.2@alpha"
__version__ = "0.1.3-alpha"
2 changes: 1 addition & 1 deletion tests/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# todo: versions auto
# todo: versions auto [in package.json, __init__.py, pyproject.toml, README.md]
# todo: usage and main.py
# todo: PyPI link in README.md

Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perlin-noise",
"version": "0.1.2-alpha",
"version": "0.1.3-alpha",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down

0 comments on commit 08edaa0

Please sign in to comment.